Skip to content

feat(lang): add 6502 assembly language (@szachy-a)#7861

Merged
Miodec merged 2 commits into
monkeytypegame:masterfrom
szachy-a:master
May 19, 2026
Merged

feat(lang): add 6502 assembly language (@szachy-a)#7861
Miodec merged 2 commits into
monkeytypegame:masterfrom
szachy-a:master

Conversation

@szachy-a
Copy link
Copy Markdown
Contributor

@szachy-a szachy-a commented Apr 23, 2026

Add 6502 assembly language
I have added a new language, which is 6502 assembly code. The 6502 CPU was used in many 8-bit machines from the '80s, including Commodore 64, Atari 400/800, Apple II and so on.
Taken from https://en.wikipedia.org/wiki/MOS_Technology_6502
Only using legal original 6502 instruction set (no illegal opcodes or exxtensions like 65c02)

@monkeytypegeorge monkeytypegeorge added frontend User interface or web stuff assets Languages, themes, layouts, etc. packages Changes in local packages labels Apr 23, 2026
@szachy-a szachy-a changed the title Added 6502 assembly language feat(lang) add 6502 assembly language (@szachy-a) Apr 23, 2026
@szachy-a szachy-a changed the title feat(lang) add 6502 assembly language (@szachy-a) feat(lang): add 6502 assembly language (@szachy-a) Apr 23, 2026
@Miodec Miodec merged commit ca96eea into monkeytypegame:master May 19, 2026
15 checks passed
@Miodec
Copy link
Copy Markdown
Member

Miodec commented May 19, 2026

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assets Languages, themes, layouts, etc. frontend User interface or web stuff packages Changes in local packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants